home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Multi / English.lproj / Multi.nib / data.classes next >
Text File  |  1995-06-12  |  295b  |  23 lines

  1. CircleView = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. AppDelegate = {
  10.     ACTIONS = {
  11.     stopThreads:;
  12.     appDidInit:;
  13.     doThreads:;
  14.     };
  15.     OUTLETS = {
  16.     primeDisp;
  17.     circleView;
  18.     increasingDisp;
  19.     fibDisp;
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23.